home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / ten_pin_bowling.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as next >
Text File  |  2008-11-12  |  83b  |  6 lines

  1. on(release){
  2.    _root.gameType = "free";
  3.    gotoAndStop("play");
  4.    play();
  5. }
  6.